Skip to content

Commit

Permalink
Merge pull request #141 from chenzhitong/system-method
Browse files Browse the repository at this point in the history
add "system method.md"
  • Loading branch information
Celia18305 authored Sep 18, 2024
2 parents 7d959de + 7fcad95 commit 49b7f2a
Show file tree
Hide file tree
Showing 14 changed files with 289 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class ContractManagement
```

## Attributes
## Properties

| Name | Description |
| ---- | ------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/native/CryptoLib.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public static class CryptoLib
```

## Attributes
## Properties

| Name | Description |
| ---- | ---------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/native/Gas/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Assembly: Neo.SmartContract.Framework
public class GAS
```

## Attributes
## Properties

| Name | Description |
| ----------------- | ------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/native/Ledger/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class Ledger
```

## Attributes
## Properties

| Name | Description |
| ------------ | ------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/native/Neo/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Assembly: Neo.SmartContract.Framework
public class NEO
```

## Attributes
## Properties

| Name | Description |
| ----------------- | ------------------------------------------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/native/StdLib.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public static class StdLib
```

## Attributes
## Properties

| Name | Description |
| ---- | ---------------------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/services/Block.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class Block
```

## Attributes
## Properties

| Name | Description |
| ----------------- | ------------------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class Contract
```

## Attributes
## Properties

| Name | Description |
| -------------------------------- | ------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class Iterator
public class Iterator<T> : Iterator, IApiInterface
```

## Attributes
## Properties

| Name | Description |
| ----- | ------------------------ |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/services/Notification.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class Notification : IApiInterface
```

## Attributes
## Properties

| Name | Description |
| ---------------------------------------- | -------------------------- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly:Neo.SmartContract.Framework
public static class Runtime
```

## Attributes
## Properties

| Name | Description |
| ----------------------------- | ------------------------------------------------------------ |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public static class Storage
```

## Attributes
## Properties

| Name | Description |
| ---------------------------------------- | ---------- |
Expand Down
2 changes: 1 addition & 1 deletion docs/n3/reference/scapi/framework/services/Transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Assembly: Neo.SmartContract.Framework
public class Transaction
```

## Attributes
## Properties

| Name | Description |
| --------------- | ------------------------------------------------------------ |
Expand Down
276 changes: 276 additions & 0 deletions docs/n3/reference/scapi/system methods.md

Large diffs are not rendered by default.

0 comments on commit 49b7f2a

Please sign in to comment.